compute R2, square of the Pearson correlation coefficient
optional argument:
mask: compute RMSE only on assigned mask
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(grid_real), | intent(in) | :: | grid1 | |||
| type(grid_real), | intent(in) | :: | grid2 | |||
| type(grid_real), | intent(in), | optional | :: | maskReal | ||
| type(grid_integer), | intent(in), | optional | :: | maskInteger |